@font-face {

    font-family: "Roboto-Regular";

    src: url("https://images.hanlonsonline.co.uk/Stockton/fonts/Roboto-Regular.otf");

    font-weight: 700;

    font-style: normal;

}

h1.aboutUsTitle {
    /* text-shadow: 0px 0px 20px #fff, 1px 3px 20px #fff, 0 0 0px #008444, 0 0 0px #008444, 0 0 20px #008444, 0px 2px 8px #008444, 0 0 2px #008444; */
    color: #008444;
    font-family: 'Roboto';
    margin-top: 30px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    font-family: 'Roboto';
    border-top-right-radius: 3px;
    font-size: 32px !important;
    color: #008444;
}

p {
    margin: 0 0 10px;
    font-family: 'Roboto';
    font-size: 18px;
}

div#bulletPointList {
    font-size: 18px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-bottom: 2px solid #008444;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

img#meetTeam {
    width: 70%;
    margin-left: 15%;
    padding-bottom: 20px;
}

div#bulletPointList {
    font-size: 18px;
}

div#bulletPointListTwo {
    font-size: 18px;
}

img#meetTeam {
    width: 70%;
    margin-left: 15%;
    padding-bottom: 20px;
}

.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border-bottom: 2px solid #008444;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.fa-angle-down:before {
    content: "\f107";
    color: #008444;
}

.bulletPointOne {
    font-size: 18px;
    font-family: 'Roboto';
    padding-bottom: 10px;
}

.bulletPointTwo {
    font-size: 18px;
    font-family: 'Roboto';
    padding-bottom: 10px;
}

.bulletPointThree {
    font-size: 18px;
    font-family: 'Roboto';
    padding-bottom: 10px;
}

.bulletPointFour {
    font-size: 18px;
    font-family: 'Roboto';
    padding-bottom: 10px;
    ;
}

.bulletPointFive {
    font-size: 18px;
    font-family: 'Roboto';
    padding-bottom: 10px;
}

.bulletPointSix {
    font-size: 18px;
    font-family: 'Roboto';
    padding-bottom: 10px;
}

.bulletPointSeven {
    font-size: 18px;
    font-family: 'Roboto';
    padding-bottom: 10px;
}

.bulletPointEight {
    font-size: 18px;
    font-family: 'Roboto';
    padding-bottom: 10px;
}

.bulletPointNine {
    font-size: 18px;
    font-family: 'Roboto';
    padding-bottom: 10px;
}

img.employers-one {
    width: 50%;
    padding-top: 30px;
    padding-bottom: 30px;
    mix-blend-mode: multiply;
}
a.email {
    color: #000;
    font-family: "Roboto";
}
a#oneicon {
    color: #000;
    font-family: "Roboto";
}
a#twoicon {
    color: #000;
    font-family: "Roboto";
}
a#threeicon {
    color: #000;
    font-family: "Roboto";
}
a.link-three {
    color: #000;
    font-family: "Roboto";
    font-weight: bold;
}
@media screen and (min-device-width: 1536px) and (max-device-width: 1920px) {
    img.employers-two {
        width: 100%;
        margin-top: 20%;
        mix-blend-mode: multiply;
    }

    img.employers-three {
        width: 100%;
        margin-top: 5%;
        margin-left: 30%;
    }
}

@media screen and (min-device-width: 1025px) and (max-device-width: 1440px) {
    img.employers-two {
        margin-top: 20%;
        mix-blend-mode: multiply;
    }

    img.employers-three {
        width: 80%;
        margin-top: 15%;
        margin-left: 40%;
    }
}

@media screen and (min-device-width: 769px) and (max-device-width: 1024px) {
    img.employers-two {
        margin-top: 20%;
        mix-blend-mode: multiply;
        width: 100%;
        margin-left: -20%;
    }

    img.employers-three {
        width: 80%;
        margin-top: 15%;
    }
}

@media screen and (min-device-width: 426px) and (max-device-width: 768px) {
    img.employers-one {
        width: 20%;
        padding-top: 30px;
        padding-bottom: 30px;
        mix-blend-mode: multiply;
        margin-left: 40%;
    }

    img.employers-two {
        margin-left: 33%;
        width: 35%;
        padding-bottom: 60px;
    }

    img.employers-three {
        width: 40%;
        padding-bottom: 30px;
        margin-left: 30%;
    }
}

@media screen and (min-device-width: 376px) and (max-device-width: 425px) {
    img.employers-one {
        width: 35%;
        padding-top: 30px;
        padding-bottom: 30px;
        mix-blend-mode: multiply;
        margin-left: 34%;
    }

    img.employers-two {
        width: 50%;
        margin-left: 27%;
        padding-bottom: 60px;
    }

    img.employers-three {
        width: 50%;
        margin-left: 27%;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 375px) {
    img.employers-one {
        margin-left: 30%;
    }

    img.employers-two {
        width: 50%;
        margin-left: 30%;
        padding-bottom: 60px;
    }

    img.employers-three {
        width: 50%;
        margin-left: 27%;
        padding-bottom: 30px;
    }
}